type log/slog.discardHandler
6 uses
log/slog (current package)
handler.go#L637: var DiscardHandler Handler = discardHandler{}
handler.go#L639: type discardHandler struct{}
handler.go#L641: func (dh discardHandler) Enabled(context.Context, Level) bool { return false }
handler.go#L642: func (dh discardHandler) Handle(context.Context, Record) error { return nil }
handler.go#L643: func (dh discardHandler) WithAttrs(attrs []Attr) Handler { return dh }
handler.go#L644: func (dh discardHandler) WithGroup(name string) Handler { return dh }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)